From 059cd3e51f254153ce9b3b79fbb1a566a66ed3f1 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Tue, 6 Jan 2015 12:08:17 +0100 Subject: [PATCH] stack: Remove commented out line It always shows up in my greps and confuses me. --- gtk/gtkstack.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gtk/gtkstack.c b/gtk/gtkstack.c index b880c6473d..2125d66b69 100644 --- a/gtk/gtkstack.c +++ b/gtk/gtkstack.c @@ -392,7 +392,6 @@ gtk_stack_class_init (GtkStackClass *klass) container_class->forall = gtk_stack_forall; container_class->set_child_property = gtk_stack_set_child_property; container_class->get_child_property = gtk_stack_get_child_property; - /*container_class->get_path_for_child = gtk_stack_get_path_for_child; */ gtk_container_class_handle_border_width (container_class); stack_props[PROP_HOMOGENEOUS] = -- 2.30.2